From 0f28f0ee3950266fe7f627e2ab0dcfbacab4e1de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Sat, 31 Mar 2018 13:52:19 +0200 Subject: [PATCH] GskRenderer: Remove outdated documentation comment All render node trees are immutable --- gsk/gskrenderer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsk/gskrenderer.c b/gsk/gskrenderer.c index f053fa6053..44b7bbef0e 100644 --- a/gsk/gskrenderer.c +++ b/gsk/gskrenderer.c @@ -448,7 +448,7 @@ gsk_renderer_unrealize (GskRenderer *renderer) * to a #GdkTexture. * * The @renderer will acquire a reference on the #GskRenderNode tree while - * the rendering is in progress, and will make the tree immutable. + * the rendering is in progress. * * If you want to apply any transformations to @root, you should put it into a * transform node and pass that node instead. -- 2.30.2